home *** CD-ROM | disk | FTP | other *** search
-
- Global Altura, Anchura As Currency
- Global Segunda_Pasada As Integer
- Global Const flecha_arriba = 38, flecha_abajo = 40
- Global Const flecha_der = 39, flecha_izq = 37
-
- Global x1nib As Integer
- Global x2nib As Integer
- Global y1nib As Integer
- Global y2nib As Integer
-
-
- Global alturanib, anchuranib As Integer
- Global velocidad As Integer
- Global direccion As Integer '0 arriba, 1 abajo
- '2 derecha,3 izquierda
-
-
- Global num_selec As Integer
- Global numero As String
-
-
- Global color_aux
-
-
- Global x_aleatoria As Integer
- Global y_aleatoria As Integer
-
- Global array_posi(1 To 4, 0 To 100) As Integer
- Global posicion As Integer
- Global indice As Integer
-
- Global n_vueltas As Integer
-
- Global nivel As Integer
-
-